Apex Code |
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
@RestResource(urlMapping='/O2FetchFiles/*')
global class O2FetchFiles {
global O2FetchFiles() {
}
@HttpPost
global static Boolean IsCustomerFacingESORequestFilesAccessible(FSL.O2FetchFiles.O2FetchFilesParams params) {
return null;
}
@HttpPatch
global static Boolean IsESORequestFilesAccessible(FSL.O2FetchFiles.O2FetchFilesParams params) {
return null;
}
global class O2FetchFilesParams {
global O2FetchFilesParams() {
}
}
}
|